@charset "utf-8";
/* CSS Document */
/**  /nav  **/

html {
	overflow-x: hidden; font-size: 12px;
}
#jPanelMenu-menu {
	background: #035cac;
	display: block;
	overflow: hidden; width:100%;
	-webkit-overflow-scrolling: touch;
	z-index: 9999999999999;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.jPanelMenu {
	height: 100% !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.xpnav {
	width: 100%;
	height: 60px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}
.xpnav-btn {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 8px;
	left: 5%;
	cursor: pointer;
}
.xpnav-btn > span {
	display: block;
	width: 70%;
	height: 2px;
	background: #000;
	margin: 5px auto;
}
.xpnav-btn > span:nth-child(1) {
	margin-top: 12px;
}
#jPanelMenu-menu > ul {
	border-bottom: 1px solid #035cac;
	border-top: 1px solid #035cac;
	display: none;
	padding: 0; margin: 0
}
#jPanelMenu-menu li a {
	width: 100%;
	background: #000;
	font-weight: 500;
	display: block;
	padding: 0.5em 5%;
	border-top: 1px solid #666;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
#jPanelMenu-menu li a:hover {
	color: #035cac;
}
#jPanelMenu-menu li ul a {
	width: 100%;
	background: #000;
	font-weight: 500;
	display: block;
	padding: 0.2em 2%;
	border: none;
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-family: "微软雅黑";
}
#jPanelMenu-menu > ul > li > ul {
	display: none;
	padding: 0;
	margin-left: 30px;
}
#jPanelMenu-menu ul li ul li {
	line-height: 30px;
}
.touch_slide {
	overflow: hidden;
	margin-top: 40px;
}
.banner_zi1 {
	width: 100%;
	position: absolute; top: 50%; left: 0;
	text-align: center;
	margin-top: -59px;
}
/**  /banner  **/
.main_image {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 5;
	position: relative;
}
.main_image ul {
	overflow: hidden;
}
.main_image li {
	position: relative;
	float: left;
	width: 100%;
}
.main_image li span {
	display: block;
	width: 100%;
}
.main_image li a {
	display: block;
	width: 100%;
}
.phone_nav_box {
	position: fixed;
	left: -200px;
	width: 200px;
	top: 0;
	height: 100%;
	background: #333;
}
.phone_nav_box > ul {
	background: #333;
	position: relative;
	z-index: 99;
	line-height: 30px;padding-left: 0px;
	margin-top: 20px;
}
.phone_nav_box > ul li {
	padding-left: 20px;
}
.phone_nav_box > ul li.last { border: none; padding-top: 15px; }
.phone_nav_box ul li a {
	color: rgba(255, 255, 255, 0.8);
}
.phone_nav_box ul li a img { margin-right: 5px; float: left; }
.phone_nav_box > ul li.last a {
	border: 1px solid rgba(220, 220, 220, .5); display: inline-block;
	margin-right: 10px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 15px;
	border-radius: 5px;
}
.phone_nav_box > ul > li > a, .phone_nav_box > ul > li div {
	color: rgba(255, 255, 255, 0.8);
	line-height: 45px;
	font-size: 14px;
}
.nav_ti > li {
	border-bottom: 1px solid #4a4a4a;
}
.phone_nav_box ul li ul {
	display: none;
	padding: 0 5px 5px;
}
.nav_ti div img {
	float: right;
	font-size: 22px;
	margin-right: 15px; margin-top: 17px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.nav_ti div img.scale1 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	/*-webkit-transition: 0.6s linear;*/
	/*-moz-transition: 0.6s linear;*/
	/*-ms-transition: 0.6s linear;*/
	/*-o-transition: 0.6s linear;*/
	/*transition: 0.6s linear;*/
}
.phone_footer {
	background-color: #333 !important;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.phone_search{
	margin-top:30px;
	padding: 0 10px;
	position: relative;
}
.phone_search input{
	width: 100%;
	line-height: 35px;
	border:1px solid #484848;
	padding: 0 45px  0 10px;
	background-color: transparent;
	color: #999;
	font-size: 12px;
}
.phone_search_bt{
	position: absolute;
    top: 1px;
    right: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    background-color: #484848;
    text-align: center;
}
.phone_search_bt img{
	width: 20px;
}
.phone_language{
	color: #fff;
}
.nav_ti  .phone_language img{
	float: left;
	width: 14px;
    margin-right: 5px;
    margin-top:15px;
}
.phone_language span {
    padding: 0px 5px;
}
.phone_language a{
	display: inline-block;
	color: #fff;
}
@media (max-width: 767px) {
	.warp {
		position: relative;
		left: 0;
		padding-top:60px;
	}
	.xpnav img {
		width: 208px;
		margin-top: 17px;
		vertical-align: middle;
	}
	.phone_head{
		overflow: hidden;
	    border-bottom: 1px solid #ddd;
	    background-color: #f5f5f5;
	    position: relative;
	    z-index: 1;
	}
	.phone_head a {
	    display: block;
	    padding: 0 20px;
	    position: relative;
	    border-bottom: 3px solid transparent;
	    height: 47px;
	    line-height: 47px;
	    font-size: 15px;
	    text-align: center;
	    color: #555;
	    float: left;
    	width: 50%;
	}
	.phone_head a i {
	    position: absolute;
	    top: 16px;
	    right: 0;
	    border-left: 1px solid #e4e4e4;
	    height: 20px;
	    display: inline-block;
	}
	.phone_head a.on {
	    border-color: #e60012;
	    color: #e60012;
	}
	.home_mar{
		padding: 40px 0;
	}
	/*************首页**************/
	.footer_ph{text-align: center;line-height: 18px;
		text-align: center;
		line-height: 35px;
		font-size: 12px;background-color: #333;color: #fff;}
	.home_sec1_left{
		width: 100%;
		right: 0px;
		position: relative;
	}
	.home_sec1_left .ind_about_zi{
		width: 100%;
		padding: 0 10px;
	}
	.ind_about_zi h5 span{
		font-size: 20px;
	}
	.ind_about_zi p {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 0px;
	}
	.ind_about_zi h5{
		margin-bottom: 20px;
	}
	.ind_about_zi a{
		padding:15px  0px;
		font-size: 14px;
	}
	.ind_about_img_bg{
		display: none;
	}
	.ind_about{
		padding: 30px 0;
	}
	.ind_about_zi{
		padding: 0px;
	}
	.ind_about_img img{
		margin: 0px;
		margin-top:30px;
	}
	.ind_about_zi p{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:5;
	    overflow:hidden;
	}
	.ind_pro_con_phone{
		width: 100%;
		padding: 0 15px;
		position: relative;
	}
	.inpro_left,.inpro_right{
		position: absolute;
		top:30%;
		height: 50px;
		width:50px;
		line-height: 50px;
		text-align: center;
		z-index: 999;
	}
	.inpro_left{
		left:10px;
	}
	.inpro_right{
		right:10px;
	}
	.inpro_left i,.inpro_right i{
		font-size: 30px;
		color: #fff;
	}
	.ind_bg_zi{
		width: 90%;
		left: 5%;
		padding: 15px;
		bottom:auto;
		top:50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.ind_bg_zi p{
		font-size: 14px;
		line-height: 24px;
	}
	.ind_pro_txt{
		margin-bottom: 0px;
		line-height: 20px;
    	padding: 15px 10px;
	}
	.home_news_left{
		width: 100%;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.home_news_box{
		width: 100%;
	}
	.home_news_con .date{
		font-size: 14px;
	}
	.home_news_con .title{
		font-size: 12px;
		line-height: 20px;
		padding: 0px 15px 0 32px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:1;
	    overflow:hidden;
	}
	.home_news_con {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.home_news{
		padding: 30px 0;
	}
	.ind_pro{
		padding-bottom: 30px;
	}
	.ind_pro_txt p{
		font-size: 14px;
	}
	.pro_txt_left{
		font-size: 12px;
	}
	.pro_txt_right img{
		width: 14px;
		display: inline-block;
		margin-bottom: 2px;
	}
	.banner_phone{
		position:relative;
	}
	.pagination_bph{
		position: absolute;
		width: 100%;
		bottom: 15px;
		z-index: 9999;
		margin: 0px;
		text-align: center;
	}
	.pagination_bph .swiper-pagination-switch{
		width: 10px;
		height: 10px;
	}
	.home_sec1{
		margin-top:30px;
	}
	.ind_bg_zi p span{
		font-size:20px;
	}
	.pro_txt_right .btn{
		padding: 6px 5px;
	}
	.home_news_con .more{
		width: 23px;
		height: 23px;
		line-height: 23px;
		margin-top:-3px;
	}
	/*************首页**************/


	/*************关于**************/
	.about_right{
		width: 100%;
	}
	.about_title h5 span{
		font-size: 25px;
	}
	.about_right_text{
		font-size: 12px;
		line-height: 20px;
	}
	.about_title h5{
		margin-bottom: 20px;
	}
	.about_right_tx{
		display: block;
	}
	.honor_box:after, .honor_box:before{
		display: none;
	}
	.honor_con{
		padding: 0px;
		margin-bottom: 30px;
	}
	.honor_con.last{
		margin-bottom: 0px;
	}
	.quality_text{
		width: 100%;
	}
	.quality_text{
		background-color: #fff;
		color: #333;
		padding: 0px;
		font-size: 12px;
		line-height: 20px;
	}
	.quality_text .tit{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.quality_text .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.quality_text .text{
		color: #333;
	}
	.quality.home_mar{
		min-height: 300px;
	}
	.home_sec2_left{
		width: 100%;
	}
	.home_sec2_right{
		width: 100%;
	}
	.home_sec2_left_con{
		padding: 20px 15px;
	}
	.home_sec2_left_con .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.home_sec2_left_con .text{
		font-size: 14px;
		line-height: 24px;
	}
	.home_sec2_right_con{
		width: 100%;
		padding: 0 15px;
	}
	.home_sec2_right_con .title{
		font-size: 20px;
	}
	.home_sec2_right_con .text{
		font-size: 12px;
		line-height: 20px;
	}
	.home_sec2_right_con .more a{
		margin-top:15px;
		width: 130px;
		font-size: 12px;
		line-height: 35px;
		height: 35px;
	}
	.home_sec2_right_con .tit{
		font-size: 16px;
	}
	/*************关于**************/

	/*************产品**************/
	.swiper_ph .swiper-slide {
	    width: auto;
	}
	.phone_head .swiper_ph a{
		width: 100%;
	}
	.product_text{
		position: relative;
		padding: 0px;
		margin: 0px;
		background-color: rgba(255,255,255,0.7);
		font-size: 12px;
		width: 100%;
		margin-top:10px;
	}
	.product_text .title{
		font-size:14px;
		margin-top:5px;
	}
	.product_text .text{
		line-height: 20px;
		height: 40px;
	}
	.product_con{
		margin-bottom: 25px;
	}
	.product_con.last{
		margin-bottom: 0px;
	}
	.productx_img{
		width: 100%;
		margin-bottom: 20px;
		float: inherit;
	}
	.productx_right{
		width: 100%;
	}
	.productx_right .title{
		margin-bottom: 20px;
	}
	.productx_table{
		width: 100%;
		position: relative;
		overflow-x:scroll;
	}
	.productx_table th{
		font-size: 14px;
	}
	.productx_text_con .tit{
		font-size: 14px;
	}
	.productx_text_con .text{
		font-size: 12px;
	}
	.productx_btn a{
		font-size: 12px;
		min-width: 130px;
		line-height: 35px;
		height: 35px;
	}

	/*************产品**************/

	/*************新闻**************/
	.news1_text .title{
		font-size: 14px;
		margin: 8px 0 5px 0;
	}
	.news1_text .text{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.news1_con{
		margin-bottom: 20px;
	}
	.news1_con.last{
		margin-bottom: 0px;
	}
	.news1_text .more{
		font-size: 12px;
	}
	.news2_text{
		padding-left: 0px;
		margin-top:10px;
	}
	.news2_img{
		width: 100%;
		float: inherit;
		padding-right: 0px;
		border:0px;
	}
	.news2_img img{
		width: 100%;
	}
	.news2_text .title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.news2_text .text{
		font-size: 12px;
		line-height: 20px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:4;
	    overflow:hidden;
	}
	.news2_text .date{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.news2_text .more{
		margin-top:15px;
		font-size: 12px;
	}
	.news_dot_tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news_dot_date{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.news_dot_text .tit{
		font-size: 14px;
		margin-top: 15px;
	}
	.news_dot_text p{
		font-size: 12px;
		line-height: 20px;
	}
	.news_dot_tx{
		font-size: 12px;
	}
	.news_dot_btn a{
		margin-top:30px;
		font-size: 13px;
		line-height: 35px;
		min-width: 130px;
		height: 35px;
	}
	.phone_news a{
		width: 33.33%;
	}
	/*************新闻**************/

	/*************投资者**************/

	.ind_pro_title h5 span{
		font-size: 20px;
		padding: 0 20px;
	}
	.ind_pro_title p{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.ind_pro_title h5{
		margin-bottom: 15px;
	}
	.investor_con .tit{
		font-size: 14px;
	}
	.investor_con .date div{
		font-size: 14px;
	}
	.investor_con .more{
		font-size: 12px;
		margin-top:10px;
	}
	.investor_con.last{
		margin-bottom: 0px;
	}
	/*************投资者**************/

	/*************组织架构**************/
	/*************组织架构**************/

	/*************联系**************/
	.content_tx,.contact_right .title{
		display: none;
	}
	.contact_left{
		width: 100%;
	}
	.outline{
		padding: 0px;
	}
	.outline_tit{
		padding-top:0px;
		font-size: 18px;
	}
	.outline_v input{
		font-size: 12px;
	}
	.outline_v textarea{
		height: 100px;
	}
	.contact_right{
		position: relative;
		width: 100%;
		margin-bottom:20px;
		padding: 20px;
	}
	.contact_right .text {
	    font-size: 14px;
	    line-height: 24px;
	}
	.contact_img{
		margin-bottom: 20px;
	}
	/*************联系**************/
	.gnetic{
		margin-top:0px;
	}
	.gnetic_txt1 h5 {
	    width: 50%;
	    padding: 0 12px;
	    float: left;
	    font-size: 16px;
	    line-height: 23px;
	}
	.gnetic_txt1 p{
		font-size: 12px;
		margin-bottom: 10px;
	}
}

@media(max-width: 320px){
	.ind_pro_title h5 span{
		font-size: 17px;
		padding: 0px 15px;
	}
	.home_sec2_right_con .more a{
		height: 30px;
		line-height: 30px;
		margin-top:10px;
	}
}